Use the DetectArray Method to identify the language of an array of strings all at once. Performs independent detection of each individual array element and returns a result for each element of the array.
The request body is of type DetectArray.
Request Body Parameters

Overview
 |
 |
Sequence
 |
appId optional xs:string
A string containing "Bearer" + " " + access token.
|
 |
texts optional ArrayOfstring Complex Type
A string array representing the text from an unknown language. The size of the text must not exceed 10000 characters.
 |
Sequence
| | | |
The response body is of type DetectArrayResponse.
A string array containing a two-character Language codes for each row of the input array.Response Body Parameters

Overview